blob: 5b0bfcaf8fa7bab5a93b7c04639c733bb0187885 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const int a = 4;
const int3 b = int3(1, 2, 3);
const int3 r = (a % b);
return;
}