8 lines
85 B
ArmAsm
Raw Normal View History

.text
.globl bar
.type bar, @function
bar:
bl foo
.size bar, .-bar
.hidden foo