Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
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
();
}