Home | History | Annotate | Download | only in tests
      1 /* FAIL - cannot construct samplers */
      2 void main()
      3 {
      4   int i;
      5 
      6   i = sampler2D(0);
      7 }
      8