Clang Project

clang_source_code/test/Import/forward-declared-struct/Inputs/S2.c
1struct S {
2  int a;
3};
4