4 // require_extensions: GL_ARB_shader_subroutine
7 // Test for compile error when there are multiple subroutine qualifiers for a
11 #extension GL_ARB_shader_subroutine: require
13 subroutine void func_type();
15 /* A subroutine matching the above type */
16 subroutine (func_type) subroutine (func_type) void f() {}