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