Add more structure constructor tests.
[piglit/hramrach.git] / tests / glslparsertest / glsl2 / matrix-01.vert
blobf46416c8f67f3eb473fecadf51e49e034a616e38
1 /* FAIL - non-square matrices are not available in GLSL 1.10 */
3 void main()
5     mat2x3 m;