ir_constant_visitor: Use 'union ir_constant_data' in expression handler
[mesa.git] / tests / matrix-05.glsl
1 /* FAIL - non-square matrices are not available in GLSL 1.10 */
2
3 void main()
4 {
5 mat4x2 m;
6 }