ref: eaa85a83fce66986a894cda17722072840a392d9 dir: /crt/qbe-linux/crt.s/
.file "crt.s" .text .global _start _start: call main movl %eax, %edi call exit