Sign in
gnu
/
gcc.git
/
3e4ced9de1f1c6444eae44c1fed493742c345bc6
/
.
/
libphobos
/
testsuite
/
libphobos.shared
/
lib_13414.d
blob: 28594389ab272a8df084a192a280edc16d07038d [
file
] [
log
] [
blame
]
shared
void
function
()
sharedStaticDtorHook
;
shared
void
function
()
staticDtorHook
;
shared
static
~
this
()
{
sharedStaticDtorHook
();
}
static
~
this
()
{
staticDtorHook
();
}