shithub: mc

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