shithub: mc

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