shithub: mc

ref: 090d441a579249de5256c02a49bef1cd21104721
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
}