summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/kwsys/testDynload.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/kwsys/testDynload.c b/Source/kwsys/testDynload.c
new file mode 100644
index 0000000..fd45cc3
--- /dev/null
+++ b/Source/kwsys/testDynload.c
@@ -0,0 +1,5 @@
+int TestDynamicLoaderData;
+
+void TestDynamicLoaderFunction()
+{
+}