Sign in
flutter
/
third_party
/
glslang
/
b53185b34e298b112153b630f1b49ed3a36fcfb2
/
.
/
Test
/
boolinput.error.frag
blob: b8a82d4be41f69d73999e4503565407f501cb17b [
file
]
#version 460
in
bool
a
;
struct
S
{
bool
b
;
};
in
S s
;
in
Block
{
bool
c
;
};
void
main
()
{
}