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