7 // Tests that in order to access a block member in a block array, the array
8 // index must be included.
10 // GLSLangSpec.1.50.11, 4.3.7 Interface Blocks:
11 // "For blocks declared as arrays, the array index must also be included
12 // when accessing members"