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