blob: 314939597cdd789e3ab3a2378f6c9e65449da328 [file] [log] [blame]
[[stage(compute), workgroup_size(1)]]
fn f() {
let a : vec3<i32> = vec3<i32>(1, 2, 3);
let b : vec3<i32> = bitcast<vec3<i32>>(a);
}