shithub: mc

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