mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01:00
9 lines
219 B
ArmAsm
9 lines
219 B
ArmAsm
|
// RUN: llvm-mc -triple arm-apple-darwin10 %s | FileCheck %s
|
||
|
# this is a full line comment starting at column 1
|
||
|
# this starting at column 2
|
||
|
|
||
|
.data
|
||
|
// CHECK: .long 0
|
||
|
.long 0
|
||
|
# .long 1 this line is commented out
|