blob: 3e1d56e6472c891c1e636b76a539aedaab1f0691 [file] [log] [blame]
@compute @workgroup_size(1)
fn f() {
const a : vec2<i32> = vec2<i32>(1073757184i, -1006616064i);
let b : vec2<u32> = bitcast<vec2<u32>>(a);
}