(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pie-6.c
       1  /* { dg-do compile { target { ! pie_enabled } } } */
       2  /* { dg-options "" } */
       3  
       4  #ifdef __PIE__
       5  # error __PIE__ is defined!
       6  #endif