Add more structure constructor tests.
[piglit/hramrach.git] / tests / glslparsertest / glsl2 / const-builtin-noise2.frag
blobfea3d979c2f6715416cfb1ec93a07a85d6f999b2
1 /* FAIL - noise functions are not allowed in constant expressions */
2 #version 120
3 void main() {
4    const vec2 noise = noise2(0.5);