Update LOCAL_PATCHES after libsanitizer merge.
[official-gcc.git] / libphobos / testsuite / libphobos.shared / lib_13414.d
blob28594389ab272a8df084a192a280edc16d07038d
1 shared void function() sharedStaticDtorHook;
2 shared void function() staticDtorHook;
3 shared static ~this() { sharedStaticDtorHook(); }
4 static ~this() { staticDtorHook(); }