]> git.ozlabs.org Git - ccan/blobdiff - ccan/aga/test/compile_fail-mismatch2.c
aga: Abstract Graph Algorithms
[ccan] / ccan / aga / test / compile_fail-mismatch2.c
diff --git a/ccan/aga/test/compile_fail-mismatch2.c b/ccan/aga/test/compile_fail-mismatch2.c
new file mode 100644 (file)
index 0000000..7b93921
--- /dev/null
@@ -0,0 +1,6 @@
+#ifdef FAIL
+typedef struct mismatch mismatch_t;
+#define EDGE2 mismatch_t
+#endif
+
+#include "compile_ok.c"