.text
.global	_start
_start:
	j main
	jal main
.section .text.2, "ax"
.globl main
main:
	nop

