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