]> git.ozlabs.org Git - ccan/blob - compile_fail-mismatch4.c
993014b5e89b431231e793aa19e74d7a39d67dac
[ccan] / compile_fail-mismatch4.c
1 #ifdef FAIL
2 typedef struct mismatch mismatch_t;
3 #define EDGE4 mismatch_t
4 #endif
5
6 #include "compile_ok.c"