Clang Project

clang_source_code/test/Import/struct-and-var/Inputs/S2.cpp
1struct F {
2  int a;
3};
4