elf: Always append ".COUNT" to local symbols
[binutils-gdb.git] / gold / testsuite / aarch64_pr23870_bar.c
1 int bar (void);
2
3 int bar ()
4 {
5 return 0x55;
6 }