blob: df95d8c46c990a8fabe4b76f1defee13906bf366 [file] [log] [blame]
SKIP: FAILED
[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();
vector<float16_t, 3> v = vector<float16_t, 3>(tint_symbol);
}