1 /* { dg-do run { target init_priority } } */
3 extern void abort (void);
8 void c1() __attribute__((constructor (500)));
9 void c2() __attribute__((constructor (700)));
10 void c3() __attribute__((constructor (600)));
27 void d1() __attribute__((destructor (500)));
28 void d2() __attribute__((destructor (700)));
29 void d3() __attribute__((destructor (600)));
48 void cd4() __attribute__((constructor (800), destructor (800)));