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