blob: d49554f184c6befc9c9c58e3cde71896eceb06fc [file] [log] [blame]
/* { dg-do compile { target pie_enabled } } */
/* { dg-options "" } */
#ifndef __PIC__
# error __PIC__ is not defined!
#endif
#ifndef __PIE__
# error __PIE__ is not defined!
#endif