blob: 3cd640ec4b2d36d7341b25f182d48ca987387f97 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const int3 a = int3(1, 2, 3);
const int3 b = int3(0, 5, 0);
const int3 r = (a / int3(1, 5, 1));
return;
}