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