shithub: mc

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