DEBSOURCES
Skip Quicknav
sources / glslang / 16.1.0-1 / Test / booloutput.error.vert
12345678910111213141516
#version 460 out bool a; struct S { bool b; }; out S s; out Block { bool c; }; void main() { }