1 2 3 4 5 6 7 8 9 10 11
// [config] // expect_result: fail // glsl_version: 1.10 // // [end config] void main() { ivec4 v4; v4 = v4 + 2.0; }