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