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