ld: Update function prototypes for compilers defaulting to -std=gnu23
[binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr26018.s
blob0b36f2bb117c58f4e921743517beb3a16f5a5458
1 .global _start, foo
2 .type foo, %function
3 .text
4 _start:
5 call foo@PLT
6 foo:
7 ret