d14135fb3a82e598579c6f855e4501be87799c54
[platform/upstream/mesa.git] / tests / array-01.glsl
1 #version 120
2 /* FAIL - array size type must be int */
3 uniform vec4 [3.2] a;