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