blob: 28594389ab272a8df084a192a280edc16d07038d [file] [log] [blame]
shared void function() sharedStaticDtorHook;
shared void function() staticDtorHook;
shared static ~this() { sharedStaticDtorHook(); }
static ~this() { staticDtorHook(); }