view gcc/testsuite/gcc.dg/darwin-ld-3.c @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents
children
line wrap: on
line source


/* Test Darwin linker option -arch_errors_fatal.  */
/* Developed by Devang Patel <dpatel@apple.com>.  */

/* { dg-options "-arch_errors_fatal" } */
/* { dg-do link { target *-*-darwin* } } */

int main()
{
  return 0;
}