]> git.ozlabs.org Git - ccan/blob - ccan/aga/test/compile_fail-mismatch1.c
aga: Abstract Graph Algorithms
[ccan] / ccan / aga / test / compile_fail-mismatch1.c
1 #ifdef FAIL
2 typedef struct mismatch mismatch_t;
3 #define EDGE1 mismatch_t
4 #endif
5
6 #include "compile_ok.c"