matrix-06.glsl revision 1591693c7b415e9869157c711fe11263c95d74e7
1/* FAIL - non-square matrices are not available in GLSL 1.10 */
2
3void main()
4{
5    mat4x3 m;
6}
7