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