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