blob: c54a4aa0cfb54475ed91fb0bc19ef4f8235cf620 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* Test -dead_strip support. */
/* Contributed by Devang Patel <dpatel@apple.com> */
/* { dg-do compile { target *-*-darwin* } } */
/* { dg-options "-dead_strip" } */
int
main ()
{
return 0;
}
|