blob: 376bfa74e970f035ea0df8221620f68eedb9c67e [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;
}
void a(inout int x) {
}
void b(inout int x) {
a(x);
}