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