binutils-gdb/ld/testsuite/ld-elfvers/vers23a.c

12 lines
89 B
C

__asm__(".symver _old_bar,bar@VERS.0");
void
_old_bar (void)
{
}
void
foo (void)
{
}