* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / ld / testsuite / ld-elfvers / vers23a.c
blob13c8edd6e3506c7170fb623061f69c93b02ee505
1 #include "vers.h"
3 SYMVER(_old_bar, bar@VERS.0);
5 void
6 _old_bar (void)
10 void
11 foo (void)