Comment #0 by dlang-bugzilla — 2015-09-12T17:35:25Z
import std.stdio;
void main(string[] args)
{
writeln(args);
}
This will print e.g.:
["./f342", ""]
This is blocking e.g. the float-rounding example on dlang.org.
Comment #1 by nazriel — 2015-09-30T00:25:40Z
New backend will be up soon with this issue being fixed