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