shithub: mc

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