(root)/
gcc-13.2.0/
libphobos/
testsuite/
libphobos.shared/
lib_13414.d
shared void function() sharedStaticDtorHook;
shared void function() staticDtorHook;
shared static ~this() { sharedStaticDtorHook(); }
static ~this() { staticDtorHook(); }