shithub: mc

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