fn __floatdihf(a: i64) callconv(.c) f16
fn __floatdihf(a: i64) callconv(.c) f16 { return floatFromInt(f16, a); }