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