blob: 5b022127e1e5b84d07dc1da0da849c77f3bfc436 [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;
}