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