diff --git a/Source/kwsys/testDynload.c b/Source/kwsys/testDynload.c new file mode 100644 index 0000000000..fd45cc3c2d --- /dev/null +++ b/Source/kwsys/testDynload.c @@ -0,0 +1,5 @@ +int TestDynamicLoaderData; + +void TestDynamicLoaderFunction() +{ +}