blob: 794336d510c6976af46c97f48689bed28700e62b [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const uint3 a = uint3(1u, 2u, 3u);
const uint b = 4u;
const uint3 r = (a - b);
return;
}