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