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

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

int main()
{
  return 0;
}