summaryrefslogtreecommitdiff
path: root/test/regression/expr4.c
blob: ad86eaeda3902265b101ca96eebc7957401e7e1a (plain)
1
2
3
4
5
/* Warning, not error */

#define NULL ((void *) 0)

int f(int x) { return x == NULL; }