Add more structure constructor tests.
[piglit/hramrach.git] / tests / glslparsertest / glsl2 / swiz-01.vert
blob011d24857339710149b3403c989b732ce6b92d3b
1 /* PASS */
2 void main()
4         float a;
5         vec4 b;
7         b.x = 6.0;
8         a = b.x;