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