shithub: scc

ref: 9b0b7035bdc207bebd8cb011544d29d26b8c8a1d
dir: /lib/crt/amd64-sysv-linux/crt.s/

View raw version
	.file	"crt.s"

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