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