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