ir_print_visitor: Remove unnecessary parenthesis around type names.
[mesa.git] / tests / attribute-02.glsl
1 /* FAIL - attribute cannot have type ivec2 */
2 attribute ivec2 i;
3
4 void main()
5 {
6 gl_Position = vec4(1.0);
7 }