ref: 9b7397fb8de58d9c9af0a6458d54f635e8415f65 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()) castto(int)) }