shithub: mc

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