summaryrefslogtreecommitdiffstats
path: root/lldb/test/Shell/Unwind/Inputs/call-asm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/Shell/Unwind/Inputs/call-asm.c')
-rw-r--r--lldb/test/Shell/Unwind/Inputs/call-asm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lldb/test/Shell/Unwind/Inputs/call-asm.c b/lldb/test/Shell/Unwind/Inputs/call-asm.c
new file mode 100644
index 00000000000..b154c1ac138
--- /dev/null
+++ b/lldb/test/Shell/Unwind/Inputs/call-asm.c
@@ -0,0 +1,3 @@
+int asm_main() asm("asm_main");
+
+int main() { return asm_main(); }
OpenPOWER on IntegriCloud