summaryrefslogtreecommitdiff
path: root/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.shared/lib_13414.d
blob: 28594389ab272a8df084a192a280edc16d07038d (plain)
1
2
3
4
shared void function() sharedStaticDtorHook;
shared void function() staticDtorHook;
shared static ~this() { sharedStaticDtorHook(); }
static ~this() { staticDtorHook(); }