fn nanf(_: [*:0]const c_char) callconv(.c) f32
fn nanf(_: [*:0]const c_char) callconv(.c) f32 { return math.nan(f32); }