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