7 // Tests that a varying qualifier is rejected in an interface block.
9 // GLSLangSpec.1.50.11, 4.3.7 Interface Blocks:
10 // "Declarations using the deprecated attribute and varying qualifiers
16 varying vec4 a; // illegal: can't use deprecated varying keyword