https://issues.dlang.org/show_bug.cgi?id=24496
--- Comment #1 from FeepingCreature <[email protected]> --- Simplified: a.d: import b; static second = first; void main() { } b.d: static first = new immutable Object; /usr/bin/ld: b.o:(.data+0x0): undefined reference to `internal' --
