Fix all MIPS test failures caused by implicit declaration/int warnings.
[official-gcc.git] / gcc / testsuite / gcc.target / mips / mips-nonpic / main-5.c
blobed65140bb3cb31348c16b5243583c86511460ee1
1 /* { dg-options "pic-addr.o pic-call.o nonpic-addr.o pic-receive-fn-addr.o nonpic-receive-fn-addr.o nonpic-nothing.o pic-nothing.o" } */
3 #include "mips-nonpic.h"
5 int
6 main ()
8 nonpic_nothing ();
9 pic_call ();
11 if (hit_nonpic_nothing != 2)
12 abort ();
14 if (hit_pic_call != 1)
15 abort ();
17 exit (0);