aboutsummaryrefslogtreecommitdiff
blob: 10b8b47416071abc25d2a468c2a7884119c0f386 (plain)
1
2
3
4
5
6
7
8
static void *p = 0;
/*
 * check-name: Using plain integer as NULL pointer
 *
 * check-error-start
non-pointer-null.c:1:18: warning: Using plain integer as NULL pointer
 * check-error-end
 */