rt_gccstream/gcc/testsuite/gcc.dg/darwin-20040809-2.c

16 lines
347 B
C

/* Test dead code strip support. */
/* Contributed by Devang Patel <dpatel@apple.com> */
/* { dg-do compile { target *-*-darwin* } } */
/* { dg-options "-gstabs+ -fno-eliminate-unused-debug-symbols" } */
int
main ()
{
return 0;
}
/* { dg-final { scan-assembler ".stabd.46,0,0" } } */
/* { dg-final { scan-assembler ".stabd.78,0,0" } } */