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