summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/darwin-ld-6.c
blob: e3985ea5036884b2a50f4459d335e9ff288f691e (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Test Darwin linker option -nofixprebinding.  */
/* Developed by Devang Patel <dpatel@apple.com>.  */

/* { dg-options "-nofixprebinding" } */
/* { dg-do link { target *-*-darwin* } } */

int main()
{
  return 0;
}