This commit was manufactured by cvs2svn to create branch
[official-gcc.git] / gcc / testsuite / gcc.dg / darwin-ld-4.c
blob35d1be4165982fdc0247c1e174451a7e283cbb2c
1 /* Test Darwin linker option -bundle. */
2 /* Developed by Devang Patel <dpatel@apple.com>. */
4 /* { dg-options "-bundle" } */
5 /* { dg-do link { target powerpc-*-darwin* } } */
7 int main()
9 return 0;