array-04.glsl revision 1591693c7b415e9869157c711fe11263c95d74e7
1/* FAIL - array size type must be int */
2uniform vec4 a[3.2];
3