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