shithub: mc

ref: 2f5f1d3d30406b78123e934998a681d90ced60a0
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
}