blob: 70dad2eb8a9f850c2cc5048971cc32fbbe78aa54 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* 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 ();
}
|