1 #RUN: llvm-mc -preserve-comments -n -triple i386-linux-gnu < %s > %t 2 #RUN: diff %s %t 3 .text 4 5foo: #Comment here 6 #comment here 7 nop 8 #if DIRECTIVE COMMENT 9 ## WHOLE LINE COMMENT 10 cmpl $196, %eax ## EOL COMMENT 11 #endif 12