cl: Don't use device_infos if num_device_infos == 0
[piglit.git] / tests / glslparsertest / glsl2 / bit-not-01.frag
blob684ec04907b6fe5baabcb2e35802e3092115a2ad
1 // [config]
2 // expect_result: fail
3 // glsl_version: 1.10
4 //
5 // [end config]
7 /* FAIL - bitwise operations aren't supported in 1.10. */
8 void main()
10     int x = ~0 - 1;