On Thursday, 15 March 2018 at 17:30:48 UTC, Seb wrote:

They generate the same assembly: https://godbolt.org/g/4ohTJx

import std.stdio;

void main()
{
    writeln("hello");
}


this generate error for dmd there.

Reply via email to