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