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