shithub: mc

ref: 23f5bba1d64f994a83f644b07a852b303d3e9109
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
}