blob: ee03f71a7bfa2e7693e87291efd46ea97c6adbf4 [file] [log] [blame]
/* This tests whether REG_ALWAYS_RETURN notes are handled
correctly in combine. */
/* { dg-do compile { target fpic } } */
/* { dg-options "-O2 -fpic -fprofile-arcs" } */
/* { dg-require-profiling "-fprofile-generate" } */
int fork (void);
void test (void)
{
fork ();
}