[Issue 24496] "Undefined reference to internal" when -c with SysTime.max in init
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Apr 11 13:01:39 UTC 2024
https://issues.dlang.org/show_bug.cgi?id=24496
--- Comment #1 from FeepingCreature <default_357-line at yahoo.de> ---
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'
--
More information about the Digitalmars-d-bugs
mailing list