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