glsl2: Move the compiler to the subdirectory it will live in in Mesa.
[mesa.git] / src / glsl / tests / matrix-02.glsl
1 /* FAIL - non-square matrices are not available in GLSL 1.10 */
2
3 void main()
4 {
5 mat2x4 m;
6 }