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