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