summaryrefslogtreecommitdiff
path: root/test/regression/init3.c
blob: 3a15243e7ecfbebd2ea5c03f5e83e1f9bd048e2a (plain)
1
2
3
4
5
6
7
8
9
/* Warning, not error */

#define NULL ((void *) 0)

int t[2] = { NULL, NULL };

/* But this is an error in CompCert */

/* char u = NULL; */