shithub: mc

ref: 11752f28b4f0630ee461631196e2ebdefa803a82
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)
}