Add more structure constructor tests.
[piglit/hramrach.git] / tests / glslparsertest / glsl2 / redeclaration-14.vert
blob2d7667b9b12f8533a29ef619d38726e43297118d
1 /* PASS - built-in exp is outside the global scope */
2 #version 120
3 uniform float exp;
5 void main()
7     gl_Position = vec4(0.0);