/* This tests whether REG_ALWAYS_RETURN notes are handled
   correctly in combine.  */
/* { dg-do compile { target fpic } } */
/* { dg-options "-O2 -fpic -fprofile-arcs" } */

void test (void)
{
  fork ();
}

/* { dg-final { cleanup-coverage-files } } */


syntax highlighted by Code2HTML, v. 0.9.1