We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd03aec commit 4688a36Copy full SHA for 4688a36
lldb/test/Shell/Unwind/Inputs/call-asm.c
@@ -1,2 +1,3 @@
1
-int asm_main();
+int asm_main() asm("asm_main");
2
+
3
int main() { return asm_main(); }
0 commit comments