blob: faabca2d6585a5e95c7277a98afcc90df1dfd940 [file] [log] [blame]
/* { dg-options "pic-nothing.o nonpic-nothing.o" } */
#include "mips-nonpic.h"
int
main ()
{
nonpic_nothing ();
pic_nothing ();
if (hit_nonpic_nothing != 1)
abort ();
if (hit_pic_nothing != 1)
abort ();
exit (0);
}