Home | History | Annotate | Download | only in tests
      1 #version 120
      2 /* PASS */
      3 
      4 void main()
      5 {
      6   vec4 a[2];
      7 
      8   a = vec4 [] (vec4(1.0), vec4(2.0));
      9 
     10   gl_Position = gl_Vertex;
     11 }
     12