shithub: mc

ref: 416a47f74171d93f9237afede0d434bcc841e3fd
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
}