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