diff options
Diffstat (limited to 'test/nbttest.cpp')
| -rw-r--r-- | test/nbttest.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/nbttest.cpp b/test/nbttest.cpp new file mode 100644 index 0000000000..eead43efd0 --- /dev/null +++ b/test/nbttest.cpp @@ -0,0 +1,9 @@ +#include "microtest.h" +#include "tag.h" +#include <cstdlib> +#include <iostream> + +int main() +{ + return EXIT_SUCCESS; +} |
