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