shithub: mc

ref: a7fd1a3b542c98c29c18c44078e3c0170591692a
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
	std.exit(42)
}