ld: Update function prototypes for compilers defaulting to -std=gnu23
[binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr23194.map
blob196dac96399d973ee0c366905040f2f4ff5c5271
1 FOO {
2   global:
3     bar;
4     foobar;
5   local:
6     *;
7 };