[ARC][committed] Update test matching pattern.
[binutils-gdb.git] / ld / testsuite / ld-elfvers / vers27d2.c
1 void foo ();
2
3 void
4 ref ()
5 {
6 foo ();
7 }