Sign in
gnu
/
gcc
/
19220ca6aa79921cc431e41f25986e16410c7a6a
/
.
/
gcc
/
testsuite
/
gcc.dg
/
20030702-1.c
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
();
}