1/* FAIL - attribute cannot have type bvec4 */ 2attribute bvec4 i; 3 4void main() 5{ 6 gl_Position = vec4(1.0); 7} 8