9 lines · plain
1// RUN: llvm-mc -triple arm-apple-darwin10 %s | FileCheck %s2# this is a full line comment starting at column 13 # this starting at column 24 5 .data6// CHECK: .long 07.long 08# .long 1 this line is commented out9 1// RUN: llvm-mc -triple arm-apple-darwin10 %s | FileCheck %s2# this is a full line comment starting at column 13 # this starting at column 24 5 .data6// CHECK: .long 07.long 08# .long 1 this line is commented out9