shithub: mc

ref: 4b77bda908dec8620abde1e452a1f2bac29f1252
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)
	*/
	var v = 123.0
}