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

14 lines
202 B
C

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