shithub: mc

ref: b1adfa01fcd7fd6a64067c2261be73941ed5d97f
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
}