shithub: mc

ref: 3250653e1a127a7052b775ad8508dcd3adaf3ee5
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
}