shithub: mc

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