	.text
	.globl  main
	.type   main, @function
main:
	ret
