Comment #0 by bearophile_hugs — 2011-09-15T12:54:14Z
static this() pure nothrow @safe {}
void main() {}
DMD 2.055 gives:
test.d(1): semicolon expected following function declaration
While this compiles:
pure nothrow @safe static this() {}
void main() {}
Comment #1 by yebblies — 2013-01-16T07:37:10Z
*** Issue 7226 has been marked as a duplicate of this issue. ***