blob: 0e04417c4adf26b1f9263f3ad9bca25c7f86b1bc [file] [log] [blame]
// use of reserved webgl_ prefix as function name should fail
vec4 webgl_foo() {
return vec4(1.0);
}
void main() {
gl_Position = webgl_foo();
}