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