shithub: mc

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