blob: 0844b938c77d85f7a0ca7b4a9216ab0e60bd464b [file] [log] [blame]
#version 310 es
struct S {
int a;
float b;
};
S v = S(0, 0.0f);
layout(local_size_x = 1, local_size_y = 1, local_size_z = 1) in;
void main() {
}