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