Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/libphobos/testsuite/libphobos.shared/lib_13414.d
2023-03-06 14:48:14 +01:00

4 lines
171 B
D

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