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