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