blob: a0d069b014dc15a1b02b5d1442f7ee467e29d9e8 [file] [log] [blame]
/* PR c/90658 */
/* { dg-do compile { target init_priority } } */
void f ();
void g1 () __attribute__ ((constructor(f))); /* { dg-error "priorities must be integers" } */
void g2 () __attribute__ ((destructor(f))); /* { dg-error "priorities must be integers" } */