rt_gccstream/gcc/testsuite/gcc.dg/darwin-ld-20040809-2.c

13 lines
238 B
C

/* Test -no_dead_strip_inits_and_terms support. */
/* Contributed by Devang Patel <dpatel@apple.com> */
/* { dg-do compile { target *-*-darwin* } } */
/* { dg-options "-no_dead_strip_inits_and_terms" } */
int
main ()
{
return 0;
}