shithub: mc

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