ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / glsl-1.50 / compiler / invariant-qualifier-04.geom
blob36013600313dab4d615f3b40a6db0479759e71e5
1 // [config]
2 // expect_result: fail
3 // glsl_version: 1.50
4 // [end config]
5 //
6 // Verify that the invariant redeclarations cannot be used on temps in the GS.
8 #version 150
10 vec4 junk;
11 invariant junk; /* not allowed */