shithub: mc

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