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