Silence nds32 pic warnings
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / needed2c.c
1 extern void dumpme (void);
2 int main (void)
3 {
4 dumpme();
5 return 0;
6 }
This page took 0.029235 seconds and 4 git commands to generate.