shithub: mc

ref: 8f668b2261b225f96d5835c17880a833447ebbcd
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
}