Clang Project

clang_source_code/test/Modules/Inputs/elaborated-type-structs.h
1struct S1;
2struct S2 { int x; };
3struct S3 { int x; };
4