X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Faga%2Ftest%2Fcompile_fail-mismatch3.c;fp=ccan%2Faga%2Ftest%2Fcompile_fail-mismatch3.c;h=132309b7755fe11c66306379e59e04db212d08c9;hb=3b7409ea08a7d1643bc7de31ece63e20b89f319b;hp=0000000000000000000000000000000000000000;hpb=833549edba41e825f66ba17507c908bce8eea425;p=ccan diff --git a/ccan/aga/test/compile_fail-mismatch3.c b/ccan/aga/test/compile_fail-mismatch3.c new file mode 100644 index 00000000..132309b7 --- /dev/null +++ b/ccan/aga/test/compile_fail-mismatch3.c @@ -0,0 +1,6 @@ +#ifdef FAIL +typedef struct mismatch mismatch_t; +#define EDGE3 mismatch_t +#endif + +#include "compile_ok.c"