shithub: mc

ref: 9f15e260cecbb60435e48cc94e64ac0fe3066d4f
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
}