shithub: mc

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