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