Clang Project
clang_source_code
/
test
/
Preprocessor
/
pragma_sysheader.h
1
#pragma GCC system_header
2
typedef int x;
3
typedef int x;
4
5