blob: 9844c807d5e12824fba02a0e368b1f205411f7ea [file] [log] [blame]
@stage(compute) @workgroup_size(1)
fn f() {
let a = 1;
let b = 2;
let r : i32 = a ^ b;
}