fn hypot(x: f64, y: f64) callconv(.c) f64
fn hypot(x: f64, y: f64) callconv(.c) f64 { return math.hypot(x, y); }