//ww:run-exit 50 package main; def D: f64 = 0.5; fn rd(p: *f64) f64 = { return *p; }; export fn main() i32 = { return (rd(&D) * 100.0): i32; };