1 static int *a
= (int*)0; // OK
3 static int *c
= (int*)b
; // KO
7 * check-name: integer literal cast to pointer type constness verification.
8 * check-command: sparse -Wconstexpr-not-const $file
11 constexpr-pointer-cast.c:3:18: warning: non-constant initializer for static object