(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pie-2.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-fPIE" } */
       3  /* { dg-require-effective-target pie } */
       4  /* { dg-skip-if "__PIC__ is always 1 for MIPS" { mips*-*-* } } */
       5  
       6  #if __PIC__ != 2
       7  # error __PIC__ is not 2!
       8  #endif
       9  
      10  #if __PIE__ != 2
      11  # error __PIE__ is not 2!
      12  #endif