shithub: mc

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