1 2 3 4 5
/* { dg-do compile } */ /* { dg-options "-fprofile-arcs" } */ extern void bar(void) __attribute__((noreturn)); int foo (void) { bar(); }