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