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