shithub: scc

ref: a4c6501c1838127d508608bf11f5d2b5013723ac
dir: /crt/qbe-linux/crt.s/

View raw version
	.file	"crt.s"

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