shithub: mc

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