blob: 91640807efda87f6b35a027594c68065c9177ba8 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-fprofile-arcs" } */
/* { dg-require-profiling "-fprofile-generate" } */
extern void bar(void) __attribute__((noreturn));
int foo (void) { bar(); }