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