shithub: mc

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