https://issues.dlang.org/show_bug.cgi?id=19941 --- Comment #2 from Iain Buclaw <ibuclaw at gdcproject.org> --- Interestingly, it doesn't happen with const, enum or __gshared, only if the declaration is marked immutable or shared does it trigger the bug. --