blob: c383549a9f1794d7ebb15f7b8838a30994f2f4e7 [file] [log] [blame]
enable f16;
var<private> u = vec4<f16>(1.0h);
fn f() {
let v : vec4<i32> = vec4<i32>(u);
}