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