summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/darwin-20040809-2.c
blob: 98d571276d0a5c120a767527b7e3b74f3a4c8163 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Test dead code strip support.  */
/* Contributed by Devang Patel  <dpatel@apple.com>  */

/* { dg-do compile { target { *-*-darwin* && stabs } } } */
/* { 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" } } */