xref: /aosp_15_r20/external/llvm/test/MC/ARM/full_line_comment.s (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1// RUN: llvm-mc -triple arm-apple-darwin10 %s | FileCheck %s
2# this is a full line comment starting at column 1
3 # this starting at column 2
4
5        .data
6// CHECK: .long 0
7.long 0
8# .long 1 this line is commented out
9