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