1void main() { 2 float x = 0.0; 3 switch (0) { 4 case 0: { 5 x = 0.0; 6 sk_FragColor = half4(half(x)); 7 break; 8 } 9 case 1: 10 x = 1.0; 11 } 12} 13