blob: 89432dd1c725b57550434d96be9ec97cd3bedadd [file] [log] [blame]
var<private> u = vec3<i32>(1i);
fn f() {
let v : vec3<u32> = vec3<u32>(u);
}