bolt/deps/llvm-18.1.8/clang/test/PCH/line-directive-nofilename.h

6 lines
149 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
#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