shithub: mc

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