11 lines
100 B
ArmAsm
Raw Normal View History

.text
.global atexit
.type atexit,@function
atexit:
nop
.global foo
.type foo,@function
foo:
nop