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