uniform bool u_bool; #pragma MSP stage(vertex) void void_var; layout(location=0) in vec4 position; void main() { gl_Position = position; } /* Expected error: :1: Type 'bool' not allowed on interface variable :4: Type 'void' not allowed on variable */