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