(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
darwin-ld-3.c
       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