summaryrefslogtreecommitdiffstats
path: root/lldb/test/Shell/Breakpoint/Inputs/jitbp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/Shell/Breakpoint/Inputs/jitbp.cpp')
-rw-r--r--lldb/test/Shell/Breakpoint/Inputs/jitbp.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/Shell/Breakpoint/Inputs/jitbp.cpp b/lldb/test/Shell/Breakpoint/Inputs/jitbp.cpp
new file mode 100644
index 00000000000..447d9d66df8
--- /dev/null
+++ b/lldb/test/Shell/Breakpoint/Inputs/jitbp.cpp
@@ -0,0 +1,2 @@
+int jitbp() { return 0; }
+int main() { return jitbp(); }
OpenPOWER on IntegriCloud