shithub: mc

ref: 96cb5ec50175acc33b6f67ae4690e9ef9badaffa
dir: /test/float.myr/

View raw version
use std

/* basic sanity check on floating point operations. should return 84. */
const main = {
	-> (42.0 + 42.0) castto(int)
}