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