Add more structure constructor tests.
[piglit/hramrach.git] / tests / glslparsertest / glsl2 / attribute-02.vert
blob6b6df74d2529616c7f96ea06a1ebc194185f83d5
1 /* FAIL - attribute cannot have type ivec2 */
2 attribute ivec2 i;
4 void main()
6   gl_Position = vec4(1.0);