6_7_9_32_static_ptr_cast_nonzero_int.c (83B)
1 static void* p = ((void*)(long)1); 2 int test_main(void) { return p != 0 ? 42 : 1; }