blob: 046484e2636f6c9cd2986a68487901e0c0e0aa27 [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;
}
uint t = 0u;
uvec4 m() {
t = 1u;
return uvec4(t);
}
void f() {
uvec4 tint_symbol = m();
bvec4 v = bvec4(tint_symbol);
}