Add more structure constructor tests.
[piglit/hramrach.git] / tests / glslparsertest / glsl2 / function-10.vert
blob6f3be5a058dd4a0eeef762c8b8043279fd6647fd
1 /* FAIL - invalid parameter type for function 'foo' */
3 void bar(foo x);
5 void main()
7   gl_Position = vec4(0.0);