blob: 4c2125a04d9678b79e95fb30176f68285244d6e0 [file] [log] [blame]
void main() {
float x;
float y;
int z;
x = y = z = 1;
sk_FragColor = half4(z);
}