]> git.ozlabs.org Git - ccan/blob - test/compile_fail-mismatch2.c
io/fdpass: don't leak fd if conn closes before we write it.
[ccan] / test / 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"