darwin-ld-20040809-1.c   [plain text]


/* Test -dead_strip support.  */
/* Contributed by Devang Patel  <dpatel@apple.com>  */

/* { dg-do compile { target *-*-darwin* } } */
/* { dg-options "-dead_strip" } */


int
main ()
{
  return 0;
}