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