6 lines
62 B
ArmAsm
6 lines
62 B
ArmAsm
.text
|
|
.globl bar
|
|
.type bar,@function
|
|
.p2align 4
|
|
bar:
|
|
ret
|