diff options
Diffstat (limited to 'Tests/InterfaceLinkLibraries/zot.cpp')
-rw-r--r-- | Tests/InterfaceLinkLibraries/zot.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/InterfaceLinkLibraries/zot.cpp b/Tests/InterfaceLinkLibraries/zot.cpp new file mode 100644 index 0000000..69462b0 --- /dev/null +++ b/Tests/InterfaceLinkLibraries/zot.cpp @@ -0,0 +1,6 @@ +#include "zot.h" + +int zot() +{ + return 0; +} |