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

#define NULL ((void *) 0)

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