shithub: mc

ref: ad59e32fd727a38b44d258562c4c91f2a2329b8d
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)
}