2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / darwin-ld-3.c
blobe3efacaba24999f5b24a5177551ef013e2795b83
2 /* Test Darwin linker option -arch_errors_fatal. */
3 /* Developed by Devang Patel <dpatel@apple.com>. */
5 /* { dg-options "-arch_errors_fatal" } */
6 /* { dg-do link { target *-*-darwin* } } */
8 int main()
10 return 0;