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