diff options
Diffstat (limited to 'gcc/testsuite/gcc.misc-tests/gcov-3.c')
-rw-r--r-- | gcc/testsuite/gcc.misc-tests/gcov-3.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.misc-tests/gcov-3.c b/gcc/testsuite/gcc.misc-tests/gcov-3.c index 36fe64f802b..fcccdeeff41 100644 --- a/gcc/testsuite/gcc.misc-tests/gcov-3.c +++ b/gcc/testsuite/gcc.misc-tests/gcov-3.c @@ -4,6 +4,9 @@ /* { dg-options "-fprofile-arcs -ftest-coverage" } */ /* { dg-do run { target native } } */ +extern void abort (void); +extern void exit (int); + int expect_do1 = 1, expect_do2 = 2; static int doit(int x){ |