/* PASS */
#version 120

void main()
{
	float a;
	vec4 b;

	b.x = 6.0;
	a = b.x;
}