blob: 0cb79cfea235da57a2e5bd2a1b4fdc59bd050ef3 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
uint3 a = uint3(1u, 2u, 3u);
uint b = 0u;
const uint3 r = (a % (b == 0u ? 1u : b));
return;
}