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