blob: b4d2cadcb72c28f0d09db56383a7547791b5a1e3 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const int2 a = int2(1073757184, -1006616064);
const uint2 b = asuint(a);
return;
}