diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/980523-1.c')
| -rw-r--r-- | gcc/testsuite/gcc.dg/980523-1.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/980523-1.c b/gcc/testsuite/gcc.dg/980523-1.c index 6265a733780..71f416e5d78 100644 --- a/gcc/testsuite/gcc.dg/980523-1.c +++ b/gcc/testsuite/gcc.dg/980523-1.c @@ -1,6 +1,8 @@ /* { dg-do run { target rs6000-*-linux* powerpc-*-linux*} } */ /* { dg-options "-O2 -fpic" } */ +extern void exit (int); + void foo1(int a, char *b, int c) { c =a+c+234; |

