summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/20030107-1.c
blob: 91640807efda87f6b35a027594c68065c9177ba8 (plain)
1
2
3
4
5
6
/* { dg-do compile } */
/* { dg-options "-fprofile-arcs" } */
/* { dg-require-profiling "-fprofile-generate" } */

extern void bar(void) __attribute__((noreturn));
int foo (void) { bar(); }