Add more structure constructor tests.
[piglit/hramrach.git] / tests / glslparsertest / glsl2 / constructor-10.vert
blobf9fa488d7e6a4948f3fefcea13e94a008593b9fb
1 /* FAIL - not enough data provided for construction */
3 vec4 foo()
5   return vec4();
8 void main()
10   gl_Position = foo();