void main() { half r, g; (true ? r : g) = half(sqrt(1)); (false ? r : g) = half(sqrt(0)); sk_FragColor = half4(r, g, 1, 1); }