blob: 241c5f5c2b0aba73573630e6265c670d20f83c1f [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const uint r = (1u % 1u);
return;
}