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