shithub: mc

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