summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pie-link.c
blob: 00ff49597ed83917b613dff976b70e6cc6d5ef49 (plain)
1
2
3
4
5
6
7
/* { dg-do link { target *-*-darwin[912]* *-*-linux* } } */
/* { dg-options "-fpie" } */

int main(void)
{
  return 0;
}