Comment #0 by dlang-bugzilla — 2014-01-23T13:08:07Z
/////////////////////////////////////////
void start()
{
}
pragma(startaddress, start);
/////////////////////////////////////////
Compiler attempts to evaluate start() instead of setting the address. (Asm block is there to
Regression introduced in
https://github.com/D-Programming-Language/dmd/pull/599
Comment #1 by dlang-bugzilla — 2014-01-23T13:08:33Z