blob: 978663b8339d14ad659acb109bcd8abe1da643dc [file] [log] [blame]
var<private> u = vec2<f32>(1.0f);
fn f() {
let v : vec2<bool> = vec2<bool>(u);
}