PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / darwin-ld-20040809-1.c
blobc54a4aa0cfb54475ed91fb0bc19ef4f8235cf620
1 /* Test -dead_strip support. */
2 /* Contributed by Devang Patel <dpatel@apple.com> */
4 /* { dg-do compile { target *-*-darwin* } } */
5 /* { dg-options "-dead_strip" } */
8 int
9 main ()
11 return 0;