shithub: mc

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