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