Sign in
llvm
/
clang
/
e8264bb9815647b4c6558aeb045c65965cdb26d3
/
.
/
test
/
PCH
/
line-directive-nofilename.h
blob: 2e2d189de3f0320d8cbecdb84ab5b9bb8c07276b [
file
] [
log
] [
blame
]
#line
42
int
foo
;
// This should appear as at line-directive-nofilename.h:42
#line
100
"foobar.h"
int
bar
;
// This should appear as at foobar.h:100