shithub: mc

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