blob: 1c32887808d9f7aff8643d335e9186e74223c0f0 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const uint2 a = uint2(1073757184u, 3288351232u);
const uint2 b = a;
return;
}