]> git.ozlabs.org Git - ccan/blob - compile_fail-mismatch1.c
fba829d30535306aed32a9f7ebf0a3b9f7f6cb67
[ccan] / 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"