ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / glsl-1.10 / compiler / extension-semicolon.frag
blob1f5d47347fc64eaa5c0acd9125667a400e688497
1 /* [config]
2  * expect_result: fail
3  * glsl_version: 1.10
4  * [end config]
5  *
6  * #extension directives do not include semicolons, and specifying bogus
7  * extra symbols at the end of the line should be rejected.
8  */
10 #extension GL_ARB_fragment_coord_conventions : enable;
11 void main() { }