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