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