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