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