13 lines
113 B
ArmAsm
Raw Normal View History

.data
.global foo
.type foo, @object
.size foo, 4
foo:
.long 0
.text
.global bar
.type bar, @function
bar:
retq