shithub: mc

ref: 4f90a4d919cc5862fd3ecbffc62b94b515dda7d3
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
}