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