blob: ca5e70f712b4524cd225d227444121b4e9105426 [file] [log] [blame]
@compute @workgroup_size(1)
fn f() {
let a : i32 = 1;
let b : i32 = bitcast<i32>(a);
}