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