]> matita.cs.unibo.it Git - pkg-cerco/acc.git/blob - tests/GCCTestSuite/darwin-20040809-2.c.expected
Imported Upstream version 0.2
[pkg-cerco/acc.git] / tests / GCCTestSuite / darwin-20040809-2.c.expected
1 /* Test dead code strip support.  */
2 /* Contributed by Devang Patel  <dpatel@apple.com>  */
3
4 /* { dg-do compile { target *-*-darwin* } } */
5 /* { dg-options "-g -fno-eliminate-unused-debug-symbols" } */
6
7 int
8 main ()
9 {
10   return 0;
11 }
12
13 /* { dg-final { scan-assembler ".stabd.46,0,0" } } */
14 /* { dg-final { scan-assembler ".stabd.78,0,0" } } */
15