aboutsummaryrefslogtreecommitdiff
path: root/test/PCH/line-directive-nofilename.h
blob: 2e2d189de3f0320d8cbecdb84ab5b9bb8c07276b (plain) (blame)
1
2
3
4
5
#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