shithub: mc

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