blob: ac7bcaf91f7c77a3d29d0c6bd3354f3c22944bc0 [file] [log] [blame]
@compute @workgroup_size(1)
fn f() {
let a : vec2<u32> = vec2<u32>(1073757184u, 3288351232u);
let b : vec2<f32> = bitcast<vec2<f32>>(a);
}