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

#include "compile_ok.c"