gcc/gcc/testsuite/gcc.dg/pie-6.c

7 lines
128 B
C

/* { dg-do compile { target { ! pie_enabled } } } */
/* { dg-options "" } */
#ifdef __PIE__
# error __PIE__ is defined!
#endif