blob: 47acbe9db1494549abe3de427a5d432efecc4d1e [file] [log] [blame]
/* FAIL - cannot construct samplers */
void main()
{
int i;
i = sampler2D(0);
}