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