shithub: mc

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