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