shithub: mc

ref: 3fccc8ae5d24b1ec3e15facbb765a219f5438c2c
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
}