PR tree-optimization/81303
[official-gcc.git] / gcc / testsuite / gcc.dg / 20030107-1.c
blob91640807efda87f6b35a027594c68065c9177ba8
1 /* { dg-do compile } */
2 /* { dg-options "-fprofile-arcs" } */
3 /* { dg-require-profiling "-fprofile-generate" } */
5 extern void bar(void) __attribute__((noreturn));
6 int foo (void) { bar(); }