xref: /llvm-project/clang/test/Modules/Inputs/elaborated-type-structs.h (revision 237ccb165e184b9632358da9b1c094fe9bc18c80)
1 struct S1;
2 struct S2 { int x; };
3 struct S3 { int x; };
4