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