summaryrefslogtreecommitdiff
path: root/test cases/unit/1 soname/versioned.c
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2016-11-21 00:44:07 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2016-11-21 01:04:10 +0200
commitd651727208f36acd470e68721020fa996bb3737f (patch)
tree287765857a2f97febff5dbdf89d3968d59991998 /test cases/unit/1 soname/versioned.c
parent587a0bb3d14addcacd62282a46957b86d582f1be (diff)
downloadmeson-d651727208f36acd470e68721020fa996bb3737f.tar.gz
Bootstrap test code with CMake.
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 000000000..f48d2b0b8
--- /dev/null
+++ b/test cases/unit/1 soname/versioned.c
@@ -0,0 +1,3 @@
+int versioned_func() {
+ return 0;
+}