blob: c8d425742cca9defa4285e76c01225904bfbe4b9 [file] [log] [blame]
@stage(compute) @workgroup_size(1)
fn f() {
let a = 1u;
let b = 2u;
let r : u32 = a | b;
}