6_3_1_2_02_bool_from_float.c (63B)
1 int test_main(void) { 2 _Bool b = 0.0; 3 return b ? 99 : 42; 4 }