blob: 926608dc0d917538734c37e8d53446162dd3de47 [file] [log] [blame]
/* { dg-skip-if part { *-*-* } } */
/* Via the magic string "-std=*++" indicate that testing one (the default) C++ standard is sufficient. */
extern int i;
CDTOR_LINKAGE
void c2() __attribute__((constructor (700)));
CDTOR_LINKAGE
void c2() {
if (i++ != 2)
__builtin_abort ();
}