7 // Tests that the attribute 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 attribute vec4 a; // illegal: can't use deprecated attribute keyword