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