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