
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
5 lines
57 B
C
5 lines
57 B
C
#pragma GCC system_header
|
|
typedef int x;
|
|
typedef int x;
|
|
|