shithub: mc

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