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

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

int main()
{
  return 0;
}