shithub: scc

ref: 2ba16ff549dccdaf9a6c915f3f9219410b9d5e3e
dir: /crt/qbe-linux/crt.s/

View raw version
	.file	"crt.s"

	.text
	.global	_start
_start:
	call	main
	movl    %eax, %edi
	call	exit