7 // Tests that member qualifier matches the interface block type.
9 // GLSLangSpec.1.50.11, 4.3.7 Interface Blocks:
10 // "Input variables, output variables, and uniform variables can only
11 // be in in blocks, out blocks, and uniform blocks, respectively."
16 uniform vec4 a; // illegal: uniform qualifier within out block