Clang Project

clang_source_code/test/PCH/line-directive-nofilename.h
1#line 42
2int foo; // This should appear as at line-directive-nofilename.h:42
3
4#line 100 "foobar.h"
5int bar; // This should appear as at foobar.h:100
6