Why does the following program write the message 'Foo' twice?

void main(string[] args)
{
        pragma(msg, "Foo");
}

Reply via email to