/* FAIL - non-square matrices are not available in GLSL 1.10 */

void main()
{
    mat4x3 m;
}