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

Provided by KDAB

Privacy Policy
Improve your Profiling and Debugging skills
Find out more

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