7 // GLSLangSpec.1.50.11, 4.3.7 Interface Blocks:
8 // "Block names have no other use within a shader beyond interface matching;
9 // it is an error to use a block name at global scope for anything other than
12 // Tests that an interface block name may not be reused globally as anything
13 // other than as a block name.