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