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