teak-llvm/clang/test/Preprocessor/pragma_sysheader.h
Chris Lattner d9efb6ee52 Fix #pragma GCC system_header by making it insert a virtual linemarker into
the file at the point of the pragma.  This allows clang to know that all
sourcelocations after the pragma are in a system header.

llvm-svn: 73376
2009-06-15 05:02:34 +00:00

5 lines
57 B
C

#pragma GCC system_header
typedef int x;
typedef int x;