shithub: mc

ref: 81693eb29061bb06a48cc634ab3b6e30883bcbd3
dir: /test/tyrec.myr/

View raw version
use std
/* we just want to see if this file compiles */
type foo = struct
	v : foo#
;;

const main = {
	var v : foo
	-> 42
}