diff options
Diffstat (limited to 'neozip/test/add-subdirectory-project/main.c')
| -rw-r--r-- | neozip/test/add-subdirectory-project/main.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/neozip/test/add-subdirectory-project/main.c b/neozip/test/add-subdirectory-project/main.c new file mode 100644 index 0000000000..638a35b1d3 --- /dev/null +++ b/neozip/test/add-subdirectory-project/main.c @@ -0,0 +1,7 @@ +#include <stdio.h> +#include "zlib-ng.h" + +int main(void) { + printf("zlib-ng: %s\n", ZLIBNG_VERSION); + return 0; +} |
