OSDN Git Service

* gcc.dg/dfp/func-array.c: Support -DDBG to report individual failures.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / 20030107-1.c
1 /* { dg-do compile } */
2 /* { dg-options "-fprofile-arcs" } */
3
4 extern void bar(void) __attribute__((noreturn));
5 int foo (void) { bar(); }
6
7 /* { dg-final { cleanup-coverage-files } } */