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