cl: Don't use device_infos if num_device_infos == 0
[piglit.git] / tests / glslparsertest / shaders / struct6.frag
blobc625af7a61773955a23c92d181ef95ca755bae3c
1 // [config]
2 // expect_result: fail
3 // glsl_version: 1.10
4 //
5 // [end config]
7 varying struct s {
8     int i;
9 } s1;  // structures cannot be declared with varying qualifier
11 void main()