[Issue 23535] extend pragma(crt_constructor) with semantics that static constructors have

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Dec 2 18:38:45 UTC 2022


https://issues.dlang.org/show_bug.cgi?id=23535

--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> ---
crt_destructor should also have C linkage.

crt_constructor should be marked @system because it can modify mutable
variables.

--


More information about the Digitalmars-d-bugs mailing list