On Sunday, 15 November 2020 at 01:00:27 UTC, kinke wrote:
> On Saturday, 14 November 2020 at 21:46:38 UTC, Dibyendu
> Majumdar wrote:
>> Well this compiles but doesn't link.
>
> This works with LDC:
>
> extern (C) void main() {
> scope b = new B;
> b.sayHello();
> }
I thought new isn't supported in better C mode ?