1half4 main() { 2 @switch (int(sqrt(1))) { 3 case 1: 4 return half4(1); 5 default: 6 return half4(0); 7 } 8} 9