shithub: mc

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