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