blob: b06f3a921c68766084410afe3a0aef80b6e81bb0 [file] [log] [blame]
.text
.global _start
_start:
mov.w r0,r0
beq .L1
jsr @_bar
.L1:
rts
_bar:
rts