glsl: add several EmitNo* options, and MaxUnrollIterations
[mesa.git] / src / glsl / tests / array-04.glsl
1 /* FAIL - array size type must be int */
2 uniform vec4 a[3.2];