mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
3fe3424a21
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126401 91177308-0d34-0410-b5e6-96231b3b80d8
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
|