Clang Project

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