1 /* { dg-do compile { target { ! pie_enabled } } } */ 2 /* { dg-options "" } */ 3 4 #ifdef __PIE__ 5 # error __PIE__ is defined! 6 #endif 7