]> git.ozlabs.org Git - ccan/blobdiff - check_type/test/compile_fail-check_type.c
Move modules to ccan/ tools to tools/
[ccan] / check_type / test / compile_fail-check_type.c
diff --git a/check_type/test/compile_fail-check_type.c b/check_type/test/compile_fail-check_type.c
deleted file mode 100644 (file)
index d19fe86..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-#include "check_type/check_type.h"
-
-int main(int argc, char *argv[])
-{
-#ifdef FAIL
-       check_type(argc, char);
-#endif
-       return 0;
-}