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