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

#include "compile_ok.c"