Feature or bug: print braces

Dennis Ritchie via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed May 13 17:29:05 PDT 2015


Why doesn't the compiler produces an error?

-----
import std.stdio;

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


More information about the Digitalmars-d-learn mailing list