]> granicus.if.org Git - clang/blob - test/Modules/Inputs/elaborated-type-structs.h
Reapply "[Modules] Fix regression when an elaborated-type-specifier mentions a hidden...
[clang] / test / Modules / Inputs / elaborated-type-structs.h
1 struct S1;
2 struct S2 { int x; };
3 struct S3 { int x; };