shithub: mc

ref: bcd72c7e7ab8ca52e39d69dbdb9bb7f8123639cf
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
}