2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / lto / 20081127_1.C
blob63ae50c31ec0531d36763999a0c84f80e7a1c6ec
1 struct Foo { Foo(); };
2 Foo::Foo() { }
3 int main() { return 0; }