7 // Tests that input layout qualifiers cannot be used on a variable declaration.
9 // GLSLangSpec 1.50, section 4.3.8.2 (Output Layout Qualifiers):
10 // "Geometry shaders allow input layout qualifiers only on the interface
11 // qualifier in, not on an input block,block member, or variable."
15 layout(points) in float c[];