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