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