Retro68/binutils/ld/testsuite/ld-elfvers/vers22a.c

9 lines
72 B
C

#include "vers.h"
SYMVER(_old_bar, bar@VERS.0);
void
_old_bar ()
{
}