4 // require_extensions: GL_ARB_gpu_shader5
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_ARB_gpu_shader5 : enable
14 void foo(precise int x) {} /* `precise` is mismatched. */