24 lines · plain
1# RUN: not llvm-mc -triple i386-unknown-unknown %s 2>&1 | FileCheck %s2error3# CHECK: hash-directive.s:[[@LINE-1]]:1: error4# 3 "FILE1" 1 #<- This is a CPP Hash w/ comment5error6# CHECK: FILE1:3:1: error7# 0 "" 2 #<- This is too8error9# CHECK: hash-directive.s:[[@LINE-1]]:1: error10 # 1 "FILE2" 2 #<- This is a comment11error12# CHECK: hash-directive.s:[[@LINE-1]]:1: error13nop; # 6 "FILE3" 2 #<- This is a still comment14error15# CHECK: hash-directive.s:[[@LINE-1]]:1: error16nop;# 6 "FILE4" 217 nop;18error19# CHECK: FILE4:7:1: error20# 0 "" 221/*comment*/# 6 "FILE5" 2 #<- This is a comment22error23# CHECK: hash-directive.s:[[@LINE-1]]:1: error24