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