blob: 63ae50c31ec0531d36763999a0c84f80e7a1c6ec [file] [log] [blame]
struct Foo { Foo(); };
Foo::Foo() { }
int main() { return 0; }