shithub: mc

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