shithub: mc

ref: 954ff1977d4345d53a0e1996c7c3b39c51a2d470
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)
}