shithub: mc

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