Add more structure constructor tests.
[piglit/hramrach.git] / tests / glslparsertest / glsl2 / parameters-08.vert
blob47f4b91c1e982e8d728894d9330725842b81f9a7
1 /* FAIL - size must be speicified for formal parameter arrays
2  */
3 float a(float x[], int y)
5   return x[y];