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