shithub: mc

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