https://issues.dlang.org/show_bug.cgi?id=23050 --- Comment #1 from Walter Bright <bugzilla at digitalmars.com> --- Note that obj2asm gives: 005d: BE 12 00 00 00 mov ESI,012h 0062: BF 00 00 00 00 mov EDI,offset FLAT:_TMP4 at 32 Note that the object code is 12 instead of 15, too. --