shithub: mc

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