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