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