You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
149 B

#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