xref: /llvm-project/clang/test/PCH/line-directive-nofilename.h (revision 1448736e49dbc0978ba6ba8ed2ce66acf23d62f6)
1 #line 42
2 int foo; // This should appear as at line-directive-nofilename.h:42
3 
4 #line 100 "foobar.h"
5 int bar; // This should appear as at foobar.h:100
6