shithub: mc

ref: 8dcd0721b321ee0ccb6ba88d3d8e833419bce0c5
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
}