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