shithub: mc

ref: 543887f46d1d7796bd8f1e6d329401197b19ec56
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)
}