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