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