Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / g++.dg / lto / 20081127_0.C
bloba5200ff4beac91eee440a2ab5cca512ffe7aa943
1 struct Foo { Foo(); };
2 static void func() { new Foo(); }