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