Add more structure constructor tests.
[piglit/hramrach.git] / tests / glslparsertest / shaders / ParseTest4.frag
blob7cff1918fb0c976e6d304ae6c90bb998dd65a6fa
1 void main()
3     const vec4 v = vec2(2.0, 3.0);
4     gl_FragColor = v;