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