r600g: correct mega_fetch_count in fetch shader
[mesa.git] / src / glsl / tests / matrix-03.glsl
1 /* FAIL - non-square matrices are not available in GLSL 1.10 */
2
3 void main()
4 {
5 mat3x2 m;
6 }