shithub: mc

ref: 95a76e16ded89189df3f85bfbaf5d40088e5cd97
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
}