blob: 03e2ce72c791fc2e54c30ef4c6819c298e0c3f4d [file] [log] [blame]
.text
.globl bar
.type bar, @function
bar:
call foo
ret
.size bar, .-bar
.weak foo
.hidden foo