struct Foo { Foo(); };
Foo::Foo() { }
int main() { return 0; }
