6_3_2_3_03_null_void_cast.c (67B)
1 int test_main(void) { 2 int* p = (void*)0; 3 return p ? 99 : 42; 4 }