shithub: mc

ref: 552e5b33111a9bfd408073b8eebaf0bd979199cb
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
}