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