void main() {
@switch (1) {
case 1: sk_FragColor = half4(1); break;
default: sk_FragColor = half4(0);
}