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