ir_print_visitor: Remove unnecessary parenthesis around type names.
[mesa.git] / tests / array-05.glsl
1 /* FAIL - array size type must be scalar */
2 uniform vec4 a[ivec4(3)];