Add more structure constructor tests.
[piglit/hramrach.git] / tests / glslparsertest / glsl2 / array-08.vert
blob4bf0c6bd513914205536aef00db2e4e26b9882c4
1 /* FAIL - array size must be > 0 */
2 uniform vec4 a[-1];