summaryrefslogtreecommitdiff
path: root/tests/glslparsertest/glsl2/redeclaration-12.vert
blob: 83da987adaf32c2e8775bc77f6a5805f09a7ed90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// [config]
// expect_result: pass
// glsl_version: 1.10
//
// [end config]

/* PASS - built-in exp is outside the global scope */
struct exp {
    bvec4 bs;
};

void main()
{
    gl_Position = vec4(0.0);
}