struct Foo { Foo(); };
static void func() { new Foo(); }
