cl: Don't use device_infos if num_device_infos == 0
[piglit.git] / tests / glslparsertest / glsl2 / redeclaration-13.vert
blobd2e0b0cfdfbec2c1173dac3935e69aca617a1305
1 // [config]
2 // expect_result: fail
3 // glsl_version: 1.10
4 //
5 // [end config]
7 /* FAIL - built-in exp is hidden by the structure */
8 struct exp {
9     bvec4 bs;
10     int x;
13 void main()
15     gl_Position = vec4(exp(0.0));