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