summaryrefslogtreecommitdiffstats
path: root/test cases/unit/1 soname/versioned.c
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/unit/1 soname/versioned.c')
-rw-r--r--test cases/unit/1 soname/versioned.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test cases/unit/1 soname/versioned.c b/test cases/unit/1 soname/versioned.c
new file mode 100644
index 0000000..f48d2b0
--- /dev/null
+++ b/test cases/unit/1 soname/versioned.c
@@ -0,0 +1,3 @@
+int versioned_func() {
+ return 0;
+}