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