blob: e491063297dde6da537065c434dd4d30d29e0f29 [file] [log] [blame]
#version 460
out bool a;
struct S {
bool b;
};
out S s;
out Block {
bool c;
};
void main() {
}