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

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

int main()
{
  return 0;
}