Add more structure constructor tests.
[piglit/hramrach.git] / tests / glslparsertest / glsl2 / redeclaration-05.vert
blobc4c4352a54c955f3028d7b6c8f2fb538f5e8d76f
1 /* FAIL - variable redeclared */
2 void main()
4     float foo;
5     float foo;
6     gl_Position = vec4(0.0);