Add new test to verify that the array index, limit, and stride are
[official-gcc.git] / gcc / testsuite / gcc.dg / darwin-20040809-2.c
bloba38f75f26b7de3562a02b5855410b4929054852f
1 /* Test dead code strip support. */
2 /* Contributed by Devang Patel <dpatel@apple.com> */
4 /* { dg-do compile { target *-*-darwin* } } */
5 /* { dg-options "-gstabs+ -fno-eliminate-unused-debug-symbols" } */
7 int
8 main ()
10 return 0;
13 /* { dg-final { scan-assembler ".stabd.46,0,0" } } */
14 /* { dg-final { scan-assembler ".stabd.78,0,0" } } */