blob: 064e365a18334c38e3d2c4d68269eeb6e88e41f0 [file] [log] [blame]
new Foo;
new Foo();
new (Foo)();
new (foo())();
new [Foo][0];