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