aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/darwin-ld-20040809-1.c
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;
}