	.text
	.align	2
	.global	main
	.type	main, %function
main:
	bl	dec
	ret
