summaryrefslogtreecommitdiff
path: root/ccan/aga/test/compile_fail-mismatch1.c
blob: fba829d30535306aed32a9f7ebf0a3b9f7f6cb67 (plain)
1
2
3
4
5
6
#ifdef FAIL
typedef struct mismatch mismatch_t;
#define EDGE1 mismatch_t
#endif

#include "compile_ok.c"