shithub: mc

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