/* { 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
voidcd4()__attribute__((constructor(800),destructor(800)));
CDTOR_LINKAGE
voidcd4() {if(i !=3)__builtin_abort();++j;}