2018-05-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / pie-7.c
blobe118a98bafd2159486a723a11f15714f685ff588
1 /* { dg-do run { target pie } } */
2 /* { dg-options "-fno-pie -no-pie" } */
4 int main(void)
6 return 0;