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