blob: e86c189375144d13a298cc3e9ef8c8eae56f6916 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const int3 a = int3(1, 2, 3);
const int3 r = (a * 4);
return;
}