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