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