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