Add more structure constructor tests.
[piglit/hramrach.git] / tests / shaders / glsl-link-initializer-04b.vert
blob60534c61af1f025737356764e30eb3915ba3fe35
1 float global_variable = 1.0;
3 void main()
5   gl_Position = gl_Vertex;