1void main() { 2 float x = sqrt(25); 3 float y = 10; 4 @if (x < y) { 5 sk_FragColor = half4(1); 6 } 7} 8