attribute-07.glsl revision 1591693c7b415e9869157c711fe11263c95d74e7
1/* FAIL - attribute cannot have type bvec3 */
2attribute bvec3 i;
3
4void main()
5{
6  gl_Position = vec4(1.0);
7}
8