half4 main(float2 coords) {
float x;
float y;
x = y = 1;
half a, b, c;
a = b = c = 0;
return half4(a * b, x, c, y);
}