/* { dg-skip-if part { *-*-* } } *//* Via the magic string "-std=*++" indicate that testing one (the default) C++ standard is sufficient. */externint i;
CDTOR_LINKAGE
voidd1()__attribute__((destructor(500)));
CDTOR_LINKAGE
voidd1() {if(--i !=0)__builtin_abort();}