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 |
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 |