Why doesn't the compiler produces an error?

-----
import std.stdio;

void main() {
        writeln({});
}
-----
http://ideone.com/qTZCAd

Reply via email to