DEBSOURCES
Skip Quicknav
sources / glslang / 16.0.0-3 / Test / boolinput.error.frag
12345678910111213141516
#version 460 in bool a; struct S { bool b; }; in S s; in Block { bool c; }; void main() { }