ld: Add -Bsymbolic-functions tests
[binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr26018.s
1 .global _start, foo
2 .type foo, %function
3 .text
4 _start:
5 call foo@PLT
6 foo:
7 ret