ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / glsl-1.10 / compiler / undefined-variable-in-selection-operator.frag
blobc3f8ac5bd42edec47dca9bfca868c6e0f6569739
1 /* [config]
2  * expect_result: fail
3  * glsl_version: 1.10
4  * [end config]
5  *
6  * Test for bug in TIntermediate::addUnaryMath?
7  */
9 void main()
11         -vec4(x ? 1.0 : -1.0);