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