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