summaryrefslogtreecommitdiff
path: root/tests/glslparsertest/shaders/vector.frag
blob: a1d94920edaf7ab3abd368c95c1904f5922a1d19 (plain)
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;
}