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