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