Home | History | Annotate | Download | only in tests
      1 /* FAIL - attribute cannot have type bvec2 */
      2 attribute bvec2 i;
      3 
      4 void main()
      5 {
      6   gl_Position = vec4(1.0);
      7 }
      8