1 struct Foo { Foo(); };
Foo()2 Foo::Foo() { }
main()3 int main() { return 0; }
4