xref: /netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.shared/lib_13414.d (revision 181254a7b1bdde6873432bffef2d2decc4b5c22f)
1 shared void function() sharedStaticDtorHook;
2 shared void function() staticDtorHook;
~this()3 shared static ~this() { sharedStaticDtorHook(); }
~this()4 static ~this() { staticDtorHook(); }
5