summaryrefslogtreecommitdiff
path: root/Tests/Complex/Library/TestLink.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Complex/Library/TestLink.c')
-rw-r--r--Tests/Complex/Library/TestLink.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/Tests/Complex/Library/TestLink.c b/Tests/Complex/Library/TestLink.c
new file mode 100644
index 000000000..25dee082f
--- /dev/null
+++ b/Tests/Complex/Library/TestLink.c
@@ -0,0 +1,8 @@
+int TestLinkGetType()
+{
+#ifdef CMakeTestLinkShared_EXPORTS
+ return 0;
+#else
+ return 1;
+#endif
+}