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