Sign in
llvm
/
llvm-archive
/
48649d2c83b557841c9e5c978d9ab5af13cb52e5
/
.
/
llvm-gcc-4.0
/
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
();
}