shithub: mc

ref: 105235911b6b3982f76f3d7e87070f696942c105
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)
}