blob: 86a8464ce47fb810370a79d48010b6571efea2d3 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const int a = 4;
const int3 b = int3(0, 2, 0);
const int3 r = (4 / int3(1, 2, 1));
return;
}