aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/mips-args-2.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/mips-args-2.c')
-rw-r--r--gcc/testsuite/gcc.dg/mips-args-2.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/mips-args-2.c b/gcc/testsuite/gcc.dg/mips-args-2.c
index f53bfb2..c34751c 100644
--- a/gcc/testsuite/gcc.dg/mips-args-2.c
+++ b/gcc/testsuite/gcc.dg/mips-args-2.c
@@ -1,5 +1,8 @@
/* Check the _MIPSEB and _MIPSEL macros are accurate. */
/* { dg-do run { target mips*-*-* } } */
+extern void abort (void);
+extern void exit (int);
+
short foo = 1;
int main ()
{