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