shithub: mc

ref: 2ea781bea0442fe4526aa8fcf7336c28f2a120c8
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)
}