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