ext_gpu_shader4: add compiler tests for everything
[piglit.git] / tests / spec / arb_shader_subroutine / compiler / no-subroutine-var.vert
blobf39d2b25a5c4191fc21c0afb29d60b939df71c98
1 // [config]
2 // expect_result: fail
3 // glsl_version: 1.50
4 // require_extensions: GL_ARB_shader_subroutine
5 // [end config]
7 #version 150
8 #extension GL_ARB_shader_subroutine: require
10 /* This is not any of the three allowed uses of
11  * `subroutine`:
12  */
14 subroutine int x;