blob: 0200c33aff90b86a9796aef0f025e31227b6f4f2 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static uint t = 0u;
uint4 m() {
t = 1u;
return uint4((t).xxxx);
}
void f() {
const uint4 tint_symbol = m();
bool4 v = bool4(tint_symbol);
}