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