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