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