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