shithub: mc

ref: 9cd6941cb091231cf2931cad0df63c75b27febab
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
}