1 /* FAIL - in only allowed in parameter list in GLSL 1.10 */ 2 void main() 3 { 4 in vec4 foo; 5 6 gl_Position = gl_Vertex; 7 } 8