blob: 1250830d3b359495dc7aa399ad2a75249881be66 [file] [log] [blame]
new Foo;
new Foo();
new(Foo)();
new(foo())();
new[Foo][0];