shithub: mc

ref: 14666cb48fd10343edb7e5542c3ae0eb8825fff1
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)
}