summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/gcc.dg/20030107-1.c
blob: a3c2df7f6e9857c0b21e63509fc2c6822a4414a1 (plain)
1
2
3
4
5
6
7
/* { dg-do compile } */
/* { dg-options "-fprofile-arcs" } */

extern void bar(void) __attribute__((noreturn));
int foo (void) { bar(); }

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