shithub: mc

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