blob: cad7a6948b6a056a1703835e51895962f86f4e1b [file] [log] [blame]
var<private> u = vec2<i32>(1i);
fn f() {
let v : vec2<bool> = vec2<bool>(u);
}