i965: Request that returns be lowered in shader main
[mesa/nouveau-pmpeg.git] / src / glsl / tests / swiz-01.glsl
blob3268fa178c14a7844a3f855ea3b85321b2fb361d
1 /* PASS */
2 #version 120
4 void main()
6         float a;
7         vec4 b;
9         b.x = 6.0;
10         a = b.x;