Don't re-export common symbols
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / needed2a.c
1 extern void pam_end (void);
2 void dumpme (void)
3 {
4 pam_end ();
5 }
This page took 0.034727 seconds and 4 git commands to generate.