Clang Project

clang_source_code/test/Import/in-class-initializer/Inputs/S.cpp
1struct S {
2  int a = 3;
3};
4