ref: 25e411cf4abf1437c5e7bfebbe8e1190a921d2dd 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 }