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