shithub: mc

ref: 62f197bc9c8a7d3493596e55462d7eb9bbe21ae1
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
}