diff options
Diffstat (limited to 'Tests/Complex/Library/moduleFile.c')
-rw-r--r-- | Tests/Complex/Library/moduleFile.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/Complex/Library/moduleFile.c b/Tests/Complex/Library/moduleFile.c new file mode 100644 index 0000000..608d750 --- /dev/null +++ b/Tests/Complex/Library/moduleFile.c @@ -0,0 +1,6 @@ +#include "moduleFile.h" + +int ModuleFunction() +{ + return 1; +} |