blob: 5d1abeab209b540e919552b1b753d52b24be7694 [file] [log] [blame]
@compute @workgroup_size(1)
fn f() {
const a : vec3<f32> = vec3<f32>(2.003662109375f, -513.03125f, -1024.25f);
let b : vec3<i32> = bitcast<vec3<i32>>(a);
}