Silence nds32 pic warnings
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / indirect5a.c
1 extern void foo (long *);
2 long bar;
3
4 int
5 main (void)
6 {
7 foo (&bar);
8 return 0;
9 }
This page took 0.053115 seconds and 4 git commands to generate.