OSDN Git Service

* gcc.dg/pr34351.c: Compile for x86 targets only. Use %ebx register.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / darwin-ld-20040809-1.c
1 /* Test -dead_strip support.  */
2 /* Contributed by Devang Patel  <dpatel@apple.com>  */
3
4 /* { dg-do compile { target *-*-darwin* } } */
5 /* { dg-options "-dead_strip" } */
6
7
8 int
9 main ()
10 {
11   return 0;
12 }
13