1int asm_main() asm("asm_main");
2
3int main() { return asm_main(); }
4

source code of lldb/test/Shell/Unwind/Inputs/call-asm.c