Add more structure constructor tests.
[piglit/hramrach.git] / tests / glslparsertest / glsl2 / loop-03.vert
blob1546efd5bd79685473a57156b94983e3b9bab449
1 /* PASS */
3 void main()
5   while (bool i = true)
6     /* empty */ ;
8   gl_Position = gl_Vertex;