blob: 1acde433b2eb3b33ea7c95449457c7ef65d77cc5 [file] [log] [blame]
@compute @workgroup_size(1)
fn f() {
let a : vec3<i32> = vec3<i32>(1073757184i, -(1006616064i), -(998242304i));
let b : vec3<f32> = bitcast<vec3<f32>>(a);
}