ref: 9186d1ce9b8e6bd1443d6c2e24f378dedbaa5a30 dir: /test/basicfloat.myr/
use std const get42 = { -> 42.0 } /* basic sanity check on floating point operations. should return 84. */ const main = { std.exit((42.0 + get42() : int)) }