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
main()8 int main()
9 {
10 return 0;
11 }
12
13