blob: 59fc2037601aecfc24180155bbfef308afe3b2cd [file] [log] [blame]
enable f16;
var<private> u = vec3<f16>(1.0h);
fn f() {
let v : vec3<bool> = vec3<bool>(u);
}