aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/mips/mips-nonpic/pic-nothing.c
blob: 3e45390813b492431cd857c08746ed06cdd4de65 (plain)
1
2
3
4
5
6
7
#include "mips-nonpic.h"
int hit_pic_nothing = 0;
void
pic_nothing ()
{
  hit_pic_nothing++;
}