summaryrefslogtreecommitdiff
path: root/test/ubsan/TestCases/Misc/Inputs/no-interception-dso.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/ubsan/TestCases/Misc/Inputs/no-interception-dso.c')
-rw-r--r--test/ubsan/TestCases/Misc/Inputs/no-interception-dso.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/ubsan/TestCases/Misc/Inputs/no-interception-dso.c b/test/ubsan/TestCases/Misc/Inputs/no-interception-dso.c
new file mode 100644
index 000000000..5ccc9b63d
--- /dev/null
+++ b/test/ubsan/TestCases/Misc/Inputs/no-interception-dso.c
@@ -0,0 +1,3 @@
+int dso_function(int i) {
+ return i + 1;
+}