blob: 11c3fedeef5db7794798fbb135c2c3374ce97e86 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const uint a = 1u;
const uint b = 2u;
const uint r = (a * b);
return;
}