Add more structure constructor tests.
[piglit/hramrach.git] / tests / glslparsertest / glsl2 / redeclaration-15.vert
blob1b831e08b21906ebfe6c8b440c4f30a8491bed1c
1 /* FAIL - built-in exp hidden by variable */
2 #version 120
3 uniform float exp;
5 void main()
7     gl_Position = vec4(exp(0.0));