shithub: mc

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