blob: 20a43221a9c7f18318480a0ad0d279603c6e2f93 [file] [log] [blame]
#version 310 es
layout(local_size_x = 1, local_size_y = 1, local_size_z = 1) in;
void unused_entry_point() {
return;
}
struct S {
int a;
float b;
};
void f() {
}