blob: 3664c15ac3f2d50e5bc9621716bc93bd4683cd5b [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static bool t = false;
bool3 m() {
t = true;
return bool3((t).xxx);
}
void f() {
const bool3 tint_symbol = m();
uint3 v = uint3(tint_symbol);
}