struct Foo {
int i;
};
struct S {
int int_member = 3;
float float_member = 3.0f;
Foo class_member = Foo();