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