1 # RUN: not llvm-mc -triple i386-unknown-unknown %s 2>&1 | FileCheck %s
3 # CHECK: hash-directive.s:[[@LINE-1]]:1: error
4 # 3 "FILE1" 1 #<- This is a CPP Hash w/ comment
6 # CHECK: FILE1:3:1: error
7 # 0 "" 2 #<- This is too
9 # CHECK: hash-directive.s:[[@LINE-1]]:1: error
10 # 1 "FILE2" 2 #<- This is a comment
12 # CHECK: hash-directive.s:[[@LINE-1]]:1: error
13 nop;
# 6 "FILE3" 2 #<- This is a still comment
15 # CHECK: hash-directive.s:[[@LINE-1]]:1: error
19 # CHECK: FILE4:7:1: error
21 /*comment*/# 6 "FILE5" 2 #<- This is a comment
23 # CHECK: hash-directive.s:[[@LINE-1]]:1: error