blob: bf71f864f6481a03b1fd4c7269f808f33d267532 [file] [log] [blame]
half4 main() {
int x = int(sqrt(1));
@switch (x) {
case 1:
return half4(1);
default:
return half4(0);
}
}