Home | History | Annotate | Download | only in tests
      1 /* PASS */
      2 
      3 void main()
      4 {
      5   gl_Position = vec4(1.0, 1.0, 1.0, 0.0);;
      6 }
      7