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