# This file gets linked to start at 0xffffff0, so the call is an overflow.
.text
.global start
.set noreorder
start:
nop
jal start
.type start, @function