Clang Project
clang_source_code
/
test
/
Frontend
/
Inputs
/
line-directive.h
1
#line 10 "foo.h"
2
foo(); // will warn if not treated as a system header
3