mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-19 11:35:51 -04:00

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;
|
|
|