Add more structure constructor tests.
[piglit/hramrach.git] / tests / shaders / glsl-link-initializer-02a.vert
blobede3c33d0488f54a5e9706e636f58b4d104e1686
1 const float global_constant = 1.0;
3 void main()
5   gl_Position = gl_Vertex;