shithub: mc

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