ref: d68e26e79e47319e2066434c8d4e18c7a653159a dir: /lib/crt/amd64-sysv-linux/crt.s/
.file "crt.s" .text .global _start _start: call main movl %eax, %edi call exit