Rebase.
[official-gcc.git] / gcc / testsuite / c-c++-common / pr50459-2.c
blob0e8fec3e2e54e6d7920b0f9b79251a05178aca03
1 /* PR c/50459 */
2 /* { dg-do compile { target init_priority } } */
3 /* { dg-options "-Wall -Wextra" } */
5 enum { A = 128, B = 1 };
6 void fn3 (void) __attribute__((constructor (A)));
7 void fn4 (void) __attribute__((destructor (A)));