I can't compile this simple module with DMD 2.054:
module test;
import std.stdio;
void main()
{
writeln("bla");
}Error 42: Symbol Undefined _D3std9exception7bailOutFAyaixAaZv _______________________________________________ dmd-beta mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/dmd-beta
