Gary Willoughby Wed, 19 Mar 2014 03:14:25 -0700
Why does the following program write the message 'Foo' twice?
void main(string[] args) { pragma(msg, "Foo"); }