update copyright dates
[binutils-gdb.git] / ld / testsuite / ld-elfvers / vers23a.c
1 __asm__(".symver _old_bar,bar@VERS.0");
2
3 void
4 _old_bar (void)
5 {
6 }
7
8 void
9 foo (void)
10 {
11 }