llvm-project/clang/test/PCH/line-directive.h
Douglas Gregor 4c7626e7b6 Include the SourceManager's line table in the PCH file. We can now
properly cope with #line directives in PCH files.

llvm-svn: 68963
2009-04-13 16:31:14 +00:00

3 lines
35 B
C

#line 25 "line-directive.c"
int x;