shithub: scc

ref: 5ab4d45674cc1e5a82921c1f86cb70593dd0a226
dir: /crt/qbe-linux/crt.s/

View raw version
	.file	"crt.s"

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