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