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