4 // require_extensions: GL_MESA_shader_integer_functions
7 // If a function name is declared twice with the same parameter types,
8 // then the return types _and all qualifiers_ must match.
11 #extension GL_MESA_shader_integer_functions : enable
14 void foo(out int x) {}