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