blob: af739f582a8e96275fe23a59c82f95a927bad58d [file] [log] [blame]
out vec4 sk_FragColor;
vec4 main() {
mat4 m44 = mat4(123.0);
vec4 v4 = vec4(0.0, 1.0, 2.0, 3.0);
return m44 * v4;
}