Add more structure constructor tests.
[piglit/hramrach.git] / tests / glslparsertest / glsl2 / condition-01.vert
blobd89c313117e2bbf25dda7286667795e19ce96ce0
1 /* FAIL - :? condition is not bool scalar */
3 uniform bvec4 a;
5 void main()
7   gl_Position = (a) ? vec4(1.0, 0.0, 0.0, 1.0) : vec4(0.0, 1.0, 0.0, 1.0);