summaryrefslogtreecommitdiff
path: root/test cases/unit/35 both library usability/provider/otherlib/internal.c
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/unit/35 both library usability/provider/otherlib/internal.c')
-rw-r--r--test cases/unit/35 both library usability/provider/otherlib/internal.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/test cases/unit/35 both library usability/provider/otherlib/internal.c b/test cases/unit/35 both library usability/provider/otherlib/internal.c
new file mode 100644
index 000000000..c70fd9807
--- /dev/null
+++ b/test cases/unit/35 both library usability/provider/otherlib/internal.c
@@ -0,0 +1,7 @@
+#if defined(_MSC_VER) && !defined(PROVIDER_STATIC)
+__declspec(dllexport)
+#endif
+int get_dat_value (void)
+{
+ return 42;
+}