ref: ee1215bf65810716215fd068b52c07c43cd79d42 dir: /test/float.myr/
use std /* basic sanity check on floating point operations. should return 84. */ const main = { -> (42.0 + 42.0) castto(int) }