summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/lto/20081127_0.C
blob: a5200ff4beac91eee440a2ab5cca512ffe7aa943 (plain)
1
2
struct Foo { Foo(); };
static void func() { new Foo(); }