shithub: mc

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