shithub: mc

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