summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/mips/mips-nonpic/nonpic-nothing.c
blob: 90356fb24ffc379c0a17e3064ce7657331b883d6 (plain)
1
2
3
4
5
6
7
#include "mips-nonpic.h"
int hit_nonpic_nothing = 0;
void
nonpic_nothing ()
{
  hit_nonpic_nothing++;
}