7 // Tests that in interface blocks are rejected for the vertex shader.
9 // GLSLangSpec.1.50.11, 4.3.7 Interface Blocks:
10 // "It is illegal to have an input block in a vertex shader or an
11 // output block in a fragment shader"
21 gl_Position = vec4(0.0);