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