shithub: mc

ref: 81084d9664f01ba943a958ba89c85a8dbe783d09
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
}