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