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

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

int main()
{
  return 0;
}