]> git.ozlabs.org Git - ccan/blob - ccan/io/test/run-08-read-after-hangup-DEBUG.c
io: handle duplex corner cases.
[ccan] / ccan / io / test / run-08-read-after-hangup-DEBUG.c
1 #define DEBUG
2 #define main real_main
3 int real_main(void);
4 #include "run-08-read-after-hangup.c"
5 #undef main
6 static bool always_debug(struct io_conn *conn) { return true; }
7 int main(void) { io_debug_conn = always_debug; return real_main(); }