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