blob: 5b9f27da0f9afd2e2b14bec771d4638dadd26493 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static bool t = false;
bool2 m() {
t = true;
return bool2((t).xx);
}
void f() {
const bool2 tint_symbol = m();
vector<float16_t, 2> v = vector<float16_t, 2>(tint_symbol);
}