//ww:run-exit 11 package main; import math; export fn main() i32 = { const r = math.frexpf64(1024.0); return r.1: i32; };