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