]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/GCCTestSuite/darwin-ld-4.c.expected
Imported Upstream version 0.2
[pkg-cerco/acc.git] / tests / GCCTestSuite / darwin-ld-4.c.expected
1 /* Test Darwin linker option -bundle.  */
2 /* Developed by Devang Patel <dpatel@apple.com>.  */
3
4 /* { dg-options "-bundle" } */
5 /* { dg-do link { target powerpc-*-darwin* } } */
6
7 int main()
8 {
9   return 0;
10 }
11