Add more structure constructor tests.
[piglit/hramrach.git] / tests / glslparsertest / glsl2 / attribute-11.vert
blob47cb5a05833c5784ce7788aeeb6bd375b0caa68c
1 #version 130
2 /* FAIL - attribute cannot have array type in GLSL 1.30 */
3 attribute vec4 i[10];
5 void main()
7   gl_Position = vec4(1.0);