Add new test to verify that the array index, limit, and stride are
[official-gcc.git] / gcc / testsuite / gcc.dg / 20030107-1.c
blob9264eba701efaa8dbc9b6e6da789e43af8e92cbe
1 /* { dg-do compile } */
2 /* { dg-options "-fprofile-arcs" } */
4 extern void bar(void) __attribute__((noreturn));
5 int foo (void) { bar(); }