blob: 10b8b47416071abc25d2a468c2a7884119c0f386 [file] [log] [blame]
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
*/