shithub: mc

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