summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/gcc.dg/20030702-1.c
blob: a25e9a3e9734391fef1a54410e86e19e8b3c59da (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 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 ();
}

/* { dg-final { cleanup-coverage-files } } */
OpenPOWER on IntegriCloud