6_7_9_23_static_ptr_null_const_expr.c (72B)
1 static int* p = 1 - 1; 2 3 int test_main(void) { return p == 0 ? 42 : 0; }