blob: 7b5e017ddd5635ee357990f3f3eb4d8f1cb4a2df [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;
}