Home | History | Annotate | Download | only in tests
      1 /* FAIL - array size type must be int */
      2 uniform vec4 a[3.2];
      3