1 2out vec4 sk_FragColor; 3void main() { 4 float x = 0.0; 5 { 6 x = 0.0; 7 } 8 sk_FragColor = vec4(x); 9} 10