blob: 6906266038213c82b7f6097e37895c066774549b [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const int3 a = int3(1, 2, 3);
const int3 r = (a % 1);
return;
}