[numthreads(1, 1, 1)]
void f() {
const uint a = 1u;
const uint b = 2u;
const uint r = (a % (b == 0u ? 1u : b));
return;
}