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