Add more structure constructor tests.
[piglit/hramrach.git] / tests / glslparsertest / glsl2 / loop-05.vert
blobd6840b0f443c9a66b1eda9e65b52f7e08c019bbb
1 /* FAIL - loop body does not start a new scope */
3 void main()
5   while (bool i = true)
6     float i = gl_Vertex.x;
8   gl_Position = gl_Vertex;