Retro68/gcc/libphobos/testsuite/libphobos.shared/lib_13414.d

5 lines
171 B
D
Raw Normal View History

2019-06-02 15:48:37 +00:00
shared void function() sharedStaticDtorHook;
shared void function() staticDtorHook;
shared static ~this() { sharedStaticDtorHook(); }
static ~this() { staticDtorHook(); }