blob: df07fda2b157da8d2ab5c2527f398dc29f5e7b6a [file] [log] [blame]
[[stage(compute), workgroup_size(1)]]
fn f() {
let a = 1;
let b = 2u;
let r : i32 = (a << b);
}