shithub: mc

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