shithub: mc

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