summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/target-new-solib-notifications/b.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/API/functionalities/target-new-solib-notifications/b.cpp')
-rw-r--r--lldb/test/API/functionalities/target-new-solib-notifications/b.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/API/functionalities/target-new-solib-notifications/b.cpp b/lldb/test/API/functionalities/target-new-solib-notifications/b.cpp
new file mode 100644
index 000000000000..4f1a4032ee0e
--- /dev/null
+++ b/lldb/test/API/functionalities/target-new-solib-notifications/b.cpp
@@ -0,0 +1 @@
+extern "C" int b_function() { return 500; }