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