7 * This test verifies that the gl_ClipDistance input is predeclared as
8 * unsized by attempting to access it using a non-constant index, an
9 * operation that is not allowed on unsized arrays.
14 layout(triangle_strip, max_vertices = 3) out;
20 gl_Position = vec4(gl_in[0].gl_ClipDistance[index]);