shithub: mc

ref: e4a027e5963bfc5b383677519562d1d4c88bbb13
dir: /test/tyrec.myr/

View raw version
/* we just want to see if this file compiles */
type foo = struct
	v : foo*
;;

const main = {
	var v : foo
	-> 42
}