blob: 3268fa178c14a7844a3f855ea3b85321b2fb361d [file] [log] [blame]
/* PASS */
#version 120
void main()
{
float a;
vec4 b;
b.x = 6.0;
a = b.x;
}