https://issues.dlang.org/show_bug.cgi?id=23040
--- Comment #2 from Walter Bright <[email protected]> --- You can work around it with something like: static void* p; *(unsigned int*)p = (unsigned int) 0xdeadbeefUL; --
d-bugmail--- via Digitalmars-d-bugs Sat, 08 Apr 2023 22:51:50 -0700
https://issues.dlang.org/show_bug.cgi?id=23040
--- Comment #2 from Walter Bright <[email protected]> --- You can work around it with something like: static void* p; *(unsigned int*)p = (unsigned int) 0xdeadbeefUL; --