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