7 * This test verifies that the gl_ClipDistance input is predeclared as
8 * unsized by attempting to take the length of
9 * gl_in[0].gl_ClipDistanceIn, an operation that is not allowed on
15 layout(triangle_strip, max_vertices = 3) out;
19 gl_Position = vec4(gl_in[0].gl_ClipDistance.length());