ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / glsl-1.10 / compiler / statements / empty-statement.vert
blobf87db19a202d1b819352e064d48f0e3586c2d9b9
1 // [config]
2 // expect_result: pass
3 // glsl_version: 1.10
4 // [end config]
6 void main() {
7         ;
8         gl_Position = vec4(1.0);