1/* FAIL - cannot construct samplers */
2void main()
3{
4  int i;
5
6  i = sampler2D(0);
7}
8