cl: Don't use device_infos if num_device_infos == 0
[piglit.git] / tests / glslparsertest / shaders / array7.frag
blob3cf2388a27e4abb59db557ce44adaa80b84d3883
1 // [config]
2 // expect_result: fail
3 // glsl_version: 1.10
4 //
5 // [end config]
7 void main()
9     float f[5];
10     f[];  // array used without a size