cl: Don't use device_infos if num_device_infos == 0
[piglit.git] / tests / glslparsertest / glsl2 / redeclaration-12.vert
blob83da987adaf32c2e8775bc77f6a5805f09a7ed90
1 // [config]
2 // expect_result: pass
3 // glsl_version: 1.10
4 //
5 // [end config]
7 /* PASS - built-in exp is outside the global scope */
8 struct exp {
9     bvec4 bs;
12 void main()
14     gl_Position = vec4(0.0);