llvm/lldb/test/Shell/Unwind/Inputs/call-asm.c

int asm_main() asm("asm_main");

int main() { return asm_main(); }