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