diff options
Diffstat (limited to 'Tests/BundleUtilities/module.cpp')
-rw-r--r-- | Tests/BundleUtilities/module.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Tests/BundleUtilities/module.cpp b/Tests/BundleUtilities/module.cpp new file mode 100644 index 0000000..ee1b542 --- /dev/null +++ b/Tests/BundleUtilities/module.cpp @@ -0,0 +1,10 @@ + +#include "module.h" +#include "stdio.h" +#include "shared2.h" + +void module() +{ + printf("module\n"); + shared2(); +} |