blob: 8a636da70fc0b366cc5bc7ab3dd47fbfcbb6370e [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static uint2 u = (1u).xx;
void f() {
const int2 v = int2(u);
}