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