ref: 9b6e7069755a73fb43acd86fd76aafb2178a6f0c 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)) }