ref: 40c1498b2d4ef5a7a39dfad83812f03be0c6453e 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)) }