shithub: mc

ref: 08cf7754b28fc26034bd752022e47ed516686210
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
}