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