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