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