struct Foo { int m_val = 42; }; int main() { Foo foo; return 0; }