shithub: mc

ref: 0deadc64c88ae25fbe1b28d603ec8416e45779eb
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
}