shithub: mc

ref: 8804ceff06b5562451c8d44c639bb88dd6990d3b
dir: /test/float.myr/

View raw version
/* basic sanity check on floating point operations. should return 84. */
const main = {
	-> (42.0 + 42.0) castto(int)
}