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

#include "compile_ok.c"