6_8_switch_float.c (85B)
1 int test_main(void) { 2 switch (1.0) { 3 case 1: 4 return 0; 5 } 6 return 0; 7 }