Add more structure constructor tests.
[piglit/hramrach.git] / tests / glslparsertest / glsl2 / array-01.vert
blobd14135fb3a82e598579c6f855e4501be87799c54
1 #version 120
2 /* FAIL - array size type must be int */
3 uniform vec4 [3.2] a;