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