xref: /llvm-project/clang/test/Import/member-in-struct/Inputs/S.c (revision b7160ca466175d21a01de50894df47f7c4612e67)
1 struct S {
2   int a;
3 };
4