shithub: mc

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