gcc/gcc/testsuite/gcc.dg/20030702-1.c

11 lines
193 B
C

/* 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 ();
}