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