ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / glsl-1.10 / compiler / post-increment-in-array-size.vert
blob9bd219cf02b1ca63f0069295975b0b4c0ce28d08
1 // [config]
2 // expect_result: fail
3 // glsl_version: 1.10
4 // [end config]
6 void main()
8         float[a+++4 ? 1:1] f;