//ww:run-exit 42 package main; import math; export fn main() i32 = { const r = math.normalizef64(42.0); const m: f64 = r.0; return m: i32; };