Sign in
chromium
/
external
/
github.com
/
KhronosGroup
/
glslang.git
/
HEAD
/
.
/
Test
/
boolinput.error.frag
blob: b8a82d4be41f69d73999e4503565407f501cb17b [
file
] [
log
] [
blame
]
#version 460
in
bool
a
;
struct
S
{
bool
b
;
};
in
S s
;
in
Block
{
bool
c
;
};
void
main
()
{
}