6_7_9_01_static_ptr_null_void_cast.c (82B)
1 #define NULL ((void*)0) 2 static int* p = NULL; 3 4 int test_main(void) { return 42; }