Retro68/gcc/libphobos/testsuite/libphobos.shared/lib_13414.d
Wolfgang Thaller 6fbf4226da gcc-9.1
2019-06-20 20:10:10 +02:00

5 lines
171 B
D

shared void function() sharedStaticDtorHook;
shared void function() staticDtorHook;
shared static ~this() { sharedStaticDtorHook(); }
static ~this() { staticDtorHook(); }