blob: 61e5aecb49af71fea18070bbd08ad233e820f1fb [file] [log] [blame]
.text
.globl foo
.protected foo
.type foo, @function
foo:
ret
.size foo, .-foo
.globl bar
.type bar, @function
bar:
call foo
ret
.size bar, .-bar