call-asm.c 67 Bytes Raw Blame History Permalink 1 2 3 int asm_main() asm("asm_main"); int main() { return asm_main(); }